-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Memo message #401
Open
SeddikKadi
wants to merge
1
commit into
Lokavaluto:main
Choose a base branch
from
SeddikKadi:memo-message
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Memo message #401
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🌲 test reportPasses: 9, failures: 1, pending: 0, skipped: 0, other: 0.
|
✔️ translation is up-to-date✔️ code style matches our guidelines📃 Metrics reportBundle size analysis
-175388 js/app.5154e97b.js
-1983223 js/chunk-vendors.edf1c7d5.js
-242886 css/app.bc62bd37.css
+181377 js/app.bc31f086.js
+1983733 js/chunk-vendors.da25c42e.js
+243903 css/app.37c379cc.css Eslint analysis
-/home/runner/work/monujo/monujo/src/components/BankAccountItem.vue:45:7: Custom elements in iteration require 'v-bind:key' directives. [Error/vue/valid-v-for]
+/home/runner/work/monujo/monujo/src/components/BankAccountItem.vue:104:7: Custom elements in iteration require 'v-bind:key' directives. [Error/vue/valid-v-for]
+/home/runner/work/monujo/monujo/src/components/BankAccountItem.vue:152:49: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/BankAccountItem.vue:155:48: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/BankAccountItem.vue:161:45: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
-/home/runner/work/monujo/monujo/src/components/ConfirmPaymentModal.vue:191:11: Unexpected console statement. [Warning/no-console]
-/home/runner/work/monujo/monujo/src/components/ConfirmPaymentModal.vue:195:13: 'orderId' is never reassigned. Use 'const' instead. [Error/prefer-const]
-/home/runner/work/monujo/monujo/src/components/ConfirmPaymentModal.vue:199:11: 'paymentStatus' is assigned a value but never used. [Error/@typescript-eslint/no-unused-vars]
-/home/runner/work/monujo/monujo/src/components/ConfirmPaymentModal.vue:212:13: 'modalName' is never reassigned. Use 'const' instead. [Error/prefer-const]
-/home/runner/work/monujo/monujo/src/components/ConfirmPaymentModal.vue:217:13: 'myCurrentOrderId' is never reassigned. Use 'const' instead. [Error/prefer-const]
-/home/runner/work/monujo/monujo/src/components/ConfirmPaymentModal.vue:232:17: 'modalArgs' is never reassigned. Use 'const' instead. [Error/prefer-const]
-/home/runner/work/monujo/monujo/src/components/ConfirmPaymentModal.vue:233:17: 'modalName' is never reassigned. Use 'const' instead. [Error/prefer-const]
-/home/runner/work/monujo/monujo/src/components/ConfirmPaymentModal.vue:240:17: 'myCurrentOrderId' is never reassigned. Use 'const' instead. [Error/prefer-const]
-/home/runner/work/monujo/monujo/src/components/ConfirmPaymentModal.vue:251:15: Unexpected console statement. [Warning/no-console]
-/home/runner/work/monujo/monujo/src/components/ConfirmPaymentModal.vue:260:23: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/ConfirmPaymentModal.vue:197:11: Unexpected console statement. [Warning/no-console]
+/home/runner/work/monujo/monujo/src/components/ConfirmPaymentModal.vue:201:13: 'orderId' is never reassigned. Use 'const' instead. [Error/prefer-const]
+/home/runner/work/monujo/monujo/src/components/ConfirmPaymentModal.vue:205:11: 'paymentStatus' is assigned a value but never used. [Error/@typescript-eslint/no-unused-vars]
+/home/runner/work/monujo/monujo/src/components/ConfirmPaymentModal.vue:218:13: 'modalName' is never reassigned. Use 'const' instead. [Error/prefer-const]
+/home/runner/work/monujo/monujo/src/components/ConfirmPaymentModal.vue:223:13: 'myCurrentOrderId' is never reassigned. Use 'const' instead. [Error/prefer-const]
+/home/runner/work/monujo/monujo/src/components/ConfirmPaymentModal.vue:238:17: 'modalArgs' is never reassigned. Use 'const' instead. [Error/prefer-const]
+/home/runner/work/monujo/monujo/src/components/ConfirmPaymentModal.vue:239:17: 'modalName' is never reassigned. Use 'const' instead. [Error/prefer-const]
+/home/runner/work/monujo/monujo/src/components/ConfirmPaymentModal.vue:246:17: 'myCurrentOrderId' is never reassigned. Use 'const' instead. [Error/prefer-const]
+/home/runner/work/monujo/monujo/src/components/ConfirmPaymentModal.vue:257:15: Unexpected console statement. [Warning/no-console]
+/home/runner/work/monujo/monujo/src/components/ConfirmPaymentModal.vue:266:23: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
-/home/runner/work/monujo/monujo/src/components/MoneyCreditModal.vue:101:12: 'mapGetters' is defined but never used. [Error/@typescript-eslint/no-unused-vars]
-/home/runner/work/monujo/monujo/src/components/MoneyCreditModal.vue:132:13: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
-/home/runner/work/monujo/monujo/src/components/MoneyCreditModal.vue:177:18: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
-/home/runner/work/monujo/monujo/src/components/MoneyCreditModal.vue:213:19: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
-/home/runner/work/monujo/monujo/src/components/MoneyRequestModal.vue:112:10: 'UseBatchLoading' is defined but never used. [Error/@typescript-eslint/no-unused-vars]
+/home/runner/work/monujo/monujo/src/components/MoneyCreditModal.vue:126:13: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/MoneyCreditModal.vue:171:18: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/MoneyCreditModal.vue:207:19: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
-/home/runner/work/monujo/monujo/src/components/MoneyRequestModal.vue:147:13: 'svgQrCode' is never reassigned. Use 'const' instead. [Error/prefer-const]
-/home/runner/work/monujo/monujo/src/components/MoneyTransaction.vue:118:25: 'oldVal' is defined but never used. [Error/@typescript-eslint/no-unused-vars]
+/home/runner/work/monujo/monujo/src/components/MoneyRequestModal.vue:145:25: 'oldVal' is defined but never used. [Error/@typescript-eslint/no-unused-vars]
+/home/runner/work/monujo/monujo/src/components/MoneyRequestModal.vue:152:13: 'svgQrCode' is never reassigned. Use 'const' instead. [Error/prefer-const]
+/home/runner/work/monujo/monujo/src/components/MoneyTransaction.vue:175:25: 'oldVal' is defined but never used. [Error/@typescript-eslint/no-unused-vars]
+/home/runner/work/monujo/monujo/src/components/MoneyTransaction.vue:228:27: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
-/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:228:11: Unexpected console statement. [Warning/no-console]
-/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:238:40: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
-/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:239:13: 'currencyIds' is never reassigned. Use 'const' instead. [Error/prefer-const]
-/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:240:15: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
-/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:242:68: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
-/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:297:39: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
-/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:300:36: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
-/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:306:18: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
-/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:316:11: Unexpected console statement. [Warning/no-console]
-/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:343:13: Unexpected console statement. [Warning/no-console]
-/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:376:13: 'dateBegin' is never reassigned. Use 'const' instead. [Error/prefer-const]
-/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:376:13: 'dateBegin' is assigned a value but never used. [Error/@typescript-eslint/no-unused-vars]
-/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:384:23: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
-/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:435:11: Unexpected console statement. [Warning/no-console]
-/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:463:34: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
-/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:483:38: 'reject' is defined but never used. [Error/@typescript-eslint/no-unused-vars]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:236:11: Unexpected console statement. [Warning/no-console]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:251:40: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:252:13: 'currencyIds' is never reassigned. Use 'const' instead. [Error/prefer-const]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:253:15: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:255:68: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:313:39: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:316:36: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:322:18: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:333:11: Unexpected console statement. [Warning/no-console]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:360:13: Unexpected console statement. [Warning/no-console]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:394:13: 'dateBegin' is never reassigned. Use 'const' instead. [Error/prefer-const]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:394:13: 'dateBegin' is assigned a value but never used. [Error/@typescript-eslint/no-unused-vars]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:403:23: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:454:11: Unexpected console statement. [Warning/no-console]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:488:34: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/MoneyTransferModal.vue:508:38: 'reject' is defined but never used. [Error/@typescript-eslint/no-unused-vars]
-/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:115:7: Custom elements in iteration require 'v-bind:key' directives. [Error/vue/valid-v-for]
-/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:131:24: 'mapState' is defined but never used. [Error/@typescript-eslint/no-unused-vars]
-/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:138:17: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
-/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:140:33: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
-/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:184:45: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
-/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:200:39: 'oldval' is defined but never used. [Error/@typescript-eslint/no-unused-vars]
-/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:212:31: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
-/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:215:41: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
-/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:215:57: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
-/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:221:11: Unexpected console statement. [Warning/no-console]
-/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:237:23: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
-/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:246:23: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:111:7: Custom elements in iteration require 'v-bind:key' directives. [Error/vue/valid-v-for]
+/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:123:24: 'mapState' is defined but never used. [Error/@typescript-eslint/no-unused-vars]
+/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:130:17: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:132:33: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:176:45: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:192:39: 'oldval' is defined but never used. [Error/@typescript-eslint/no-unused-vars]
+/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:204:31: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:207:41: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:207:57: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:213:11: Unexpected console statement. [Warning/no-console]
+/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:229:23: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/TheBankAccountList.vue:238:23: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
-/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:268:10: 'TransactionListRecent' is defined but never used. [Error/@typescript-eslint/no-unused-vars]
-/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:289:16: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
-/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:410:15: 'dateBeginStr' is never reassigned. Use 'const' instead. [Error/prefer-const]
-/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:411:15: 'dateEndStr' is never reassigned. Use 'const' instead. [Error/prefer-const]
-/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:424:13: 'csvDataLine' is never reassigned. Use 'const' instead. [Error/prefer-const]
-/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:434:18: 'e' is never reassigned. Use 'const' instead. [Error/prefer-const]
-/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:435:15: 'name' is never reassigned. Use 'const' instead. [Error/prefer-const]
-/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:436:16: 'sender' is never reassigned. Use 'const' instead. [Error/prefer-const]
-/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:436:24: 'receiver' is never reassigned. Use 'const' instead. [Error/prefer-const]
-/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:439:15: 'data' is never reassigned. Use 'const' instead. [Error/prefer-const]
-/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:530:55: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
-/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:546:45: 'newIdx' is defined but never used. [Error/@typescript-eslint/no-unused-vars]
-/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:546:53: 'oldIdx' is defined but never used. [Error/@typescript-eslint/no-unused-vars]
-/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:551:14: 'newBegin' is never reassigned. Use 'const' instead. [Error/prefer-const]
-/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:551:24: 'newEnd' is never reassigned. Use 'const' instead. [Error/prefer-const]
-/home/runner/work/monujo/monujo/src/components/TransactionListRecent.vue:122:8: Parsing error: Unexpected token. Did you mean `{'}'}` or `}`? [Error]
+/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:272:10: 'TransactionListRecent' is defined but never used. [Error/@typescript-eslint/no-unused-vars]
+/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:293:16: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:414:15: 'dateBeginStr' is never reassigned. Use 'const' instead. [Error/prefer-const]
+/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:415:15: 'dateEndStr' is never reassigned. Use 'const' instead. [Error/prefer-const]
+/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:428:13: 'csvDataLine' is never reassigned. Use 'const' instead. [Error/prefer-const]
+/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:438:18: 'e' is never reassigned. Use 'const' instead. [Error/prefer-const]
+/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:439:15: 'name' is never reassigned. Use 'const' instead. [Error/prefer-const]
+/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:440:16: 'sender' is never reassigned. Use 'const' instead. [Error/prefer-const]
+/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:440:24: 'receiver' is never reassigned. Use 'const' instead. [Error/prefer-const]
+/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:443:15: 'data' is never reassigned. Use 'const' instead. [Error/prefer-const]
+/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:534:55: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:550:45: 'newIdx' is defined but never used. [Error/@typescript-eslint/no-unused-vars]
+/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:550:53: 'oldIdx' is defined but never used. [Error/@typescript-eslint/no-unused-vars]
+/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:555:14: 'newBegin' is never reassigned. Use 'const' instead. [Error/prefer-const]
+/home/runner/work/monujo/monujo/src/components/TransactionListModal.vue:555:24: 'newEnd' is never reassigned. Use 'const' instead. [Error/prefer-const]
+/home/runner/work/monujo/monujo/src/components/TransactionListRecent.vue:125:8: Parsing error: Unexpected token. Did you mean `{'}'}` or `}`? [Error]
-/home/runner/work/monujo/monujo/src/services/lokapiService.ts:73:53: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
-/home/runner/work/monujo/monujo/src/services/lokapiService.ts:79:65: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
-/home/runner/work/monujo/monujo/src/services/lokapiService.ts:101:29: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
-/home/runner/work/monujo/monujo/src/services/lokapiService.ts:109:29: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
-/home/runner/work/monujo/monujo/src/services/lokapiService.ts:120:25: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
-/home/runner/work/monujo/monujo/src/services/lokapiService.ts:140:49: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
-/home/runner/work/monujo/monujo/src/services/lokapiService.ts:143:11: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
-/home/runner/work/monujo/monujo/src/services/lokapiService.ts:146:19: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
-/home/runner/work/monujo/monujo/src/services/lokapiService.ts:147:16: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
-/home/runner/work/monujo/monujo/src/services/lokapiService.ts:148:43: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
-/home/runner/work/monujo/monujo/src/services/lokapiService.ts:149:40: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
-/home/runner/work/monujo/monujo/src/services/lokapiService.ts:180:66: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
-/home/runner/work/monujo/monujo/src/services/lokapiService.ts:184:52: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
-/home/runner/work/monujo/monujo/src/services/lokapiService.ts:211:67: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/services/lokapiService.ts:74:53: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/services/lokapiService.ts:80:65: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/services/lokapiService.ts:104:29: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/services/lokapiService.ts:112:29: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/services/lokapiService.ts:123:25: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/services/lokapiService.ts:143:49: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/services/lokapiService.ts:146:11: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/services/lokapiService.ts:149:19: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/services/lokapiService.ts:150:16: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/services/lokapiService.ts:151:43: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/services/lokapiService.ts:152:40: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/services/lokapiService.ts:183:66: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/services/lokapiService.ts:187:52: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/services/lokapiService.ts:214:67: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
-/home/runner/work/monujo/monujo/src/views/Dashboard.vue:64:32: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any]
+/home/runner/work/monujo/monujo/src/views/Dashboard.vue:68:32: Unexpected any. Specify a different type. [Error/@typescript-eslint/no-explicit-any] |
vaab
force-pushed
the
main
branch
7 times, most recently
from
September 17, 2024 17:59
aea1c78
to
bba9c6d
Compare
vaab
force-pushed
the
main
branch
2 times, most recently
from
September 19, 2024 08:59
65abf5b
to
3bb3d5d
Compare
…ceiver of a transaction
SeddikKadi
force-pushed
the
memo-message
branch
from
November 12, 2024 16:32
f8e8a20
to
c767fc9
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.